(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <clib/graphics_protos.h>
struct Region * NewRegion()
SYNOPSIS
/* void */

LOCATION
In GfxBase at offset 86
FUNCTION
Allocates memory for a new Region and initializes it to an empty Region.

INPUTS
RESULT
region - pointer to a newly created Region structure that should be freed by a call to DisposeRegion()

NOTES
EXAMPLE
BUGS
SEE ALSO
DisposeRegion()
INTERNALS
HISTORY
13.03.1997 mreckt
new functions